home *** CD-ROM | disk | FTP | other *** search
/ Cubase Magazine 26 / Issue #26.iso / 2-SOFTWARE / TUAREG FAT 1.5 / _SETUP.1 / Tuareg.exe / 0 / RCDATA / TDUPE_DLG / TDUPE_DLG.txt
Text File  |  2000-08-10  |  2KB  |  88 lines

  1. object dupe_dlg: Tdupe_dlg
  2.   Left = 413
  3.   Top = 295
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dupe what?'
  7.   ClientHeight = 134
  8.   ClientWidth = 352
  9.   Color = 4874571
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 337
  24.     Height = 33
  25.     AutoSize = False
  26.     Caption = 
  27.       'The selected loop is a RaGE / BLiSS pattern. How do you want to ' +
  28.       'duplicate it ?'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWindow
  31.     Font.Height = -11
  32.     Font.Name = 'Arial'
  33.     Font.Style = []
  34.     ParentFont = False
  35.     WordWrap = True
  36.   end
  37.   object CancelBtn: TButton
  38.     Left = 272
  39.     Top = 104
  40.     Width = 75
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = 'Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 0
  46.   end
  47.   object Button1: TButton
  48.     Left = 190
  49.     Top = 104
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'Ok'
  53.     Default = True
  54.     ModalResult = 1
  55.     TabOrder = 1
  56.   end
  57.   object rbNormal: TRadioButton
  58.     Left = 8
  59.     Top = 48
  60.     Width = 249
  61.     Height = 17
  62.     Caption = 'Duplicate the original (editable) pattern'
  63.     Checked = True
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clWindow
  66.     Font.Height = -12
  67.     Font.Name = 'Arial'
  68.     Font.Style = []
  69.     ParentFont = False
  70.     TabOrder = 2
  71.     TabStop = True
  72.   end
  73.   object rbBounced: TRadioButton
  74.     Left = 8
  75.     Top = 72
  76.     Width = 273
  77.     Height = 17
  78.     Caption = 'Duplicate the rendered sound only ("bounced")'
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = clWindow
  81.     Font.Height = -12
  82.     Font.Name = 'Arial'
  83.     Font.Style = []
  84.     ParentFont = False
  85.     TabOrder = 3
  86.   end
  87. end
  88.